Revert gtk_binary_version to 2.4.0. Fix up comment to talk only about
authorOwen Taylor <otaylor@redhat.com>
Fri, 4 Feb 2005 17:45:15 +0000 (17:45 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 4 Feb 2005 17:45:15 +0000 (17:45 +0000)
2005-02-04  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Revert gtk_binary_version to 2.4.0. Fix
        up comment to talk only about backwards compat, not
        forward/backwards compat. (#166293, reported by Vincent Noel)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in

index 7aab1a26059b90f4e635dbeb062db391cdd3f136..6fd1ed506e4238977a8a2389fe4b26ef39e2a83c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-04  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Revert gtk_binary_version to 2.4.0. Fix
+       up comment to talk only about backwards compat, not
+       forward/backwards compat. (#166293, reported by Vincent Noel)
+
 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
index 7aab1a26059b90f4e635dbeb062db391cdd3f136..6fd1ed506e4238977a8a2389fe4b26ef39e2a83c 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-04  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Revert gtk_binary_version to 2.4.0. Fix
+       up comment to talk only about backwards compat, not
+       forward/backwards compat. (#166293, reported by Vincent Noel)
+
 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
index 7aab1a26059b90f4e635dbeb062db391cdd3f136..6fd1ed506e4238977a8a2389fe4b26ef39e2a83c 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-04  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Revert gtk_binary_version to 2.4.0. Fix
+       up comment to talk only about backwards compat, not
+       forward/backwards compat. (#166293, reported by Vincent Noel)
+
 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
index fd1d9264d1c6ab792dc510b8e45f34acb4e4c2a6..ee52580402f766daa4376e9829cb92b831265371 100644 (file)
@@ -22,11 +22,13 @@ m4_define([gtk_binary_age],
 m4_define([gtk_api_version], [2.0])
 
 # Define a string for the earliest version that this release has
-# forward/backwards binary compatibility with. This is used for module
-# locations. (Should this be backwards-compat instead?)
+# backwards binary compatibility with for all interfaces a module
+# might. Unless we add module-only API with lower stability
+# guarantees, this should be unchanged until we break binary compat
+# for GTK+.
 #
 #GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$LT_CURRENT
-m4_define([gtk_binary_version], [2.7.0])
+m4_define([gtk_binary_version], [2.4.0])
 
 # required versions of other packages
 m4_define([glib_required_version], [2.6.0])